home *** CD-ROM | disk | FTP | other *** search
/ Mega Game 2000 #3 / Mega Game № 03 2000.iso / Data / Demo / talligsld.exe / temp / TeamAlligator / data / eng / helidata.dat < prev    next >
Text File  |  1999-11-22  |  22KB  |  642 lines

  1. SIMISA@@@@@@@@@@JINX0s0t0_____
  2.  
  3. Skip
  4. (
  5. NOTES:-
  6. TA_Drag_Factor            Used by the auto flier to calculate force of drag along each
  7.                         major axis, F.x = drag_factor * vel.x * surface_area.x
  8.  
  9. Flier data info:-
  10. TA_Surface_Area            Approx surface area along each major axis in metres squared
  11. TA_Mass                    Mass of heli in Kg
  12. TA_Max_Forward_Speed    m/s
  13. TA_Max_Sideward_Speed    m/s
  14. TA_Max_Backward_Speed    m/s
  15. TA_Max_Ground_Accel        m/s^2     i.e. metres per second squared
  16. TA_Max_Vertical_Speed    m/s
  17. TA_Max_Vertical_Accel    m/s^2
  18. TA_Max_X_Rot_Speed        deg/s         i.e. degrees per second
  19. TA_Max_X_Rot_Accel        deg/s^2     degrees per second squared
  20. TA_Max_Y_Rot_Speed        deg/s         i.e. degrees per second
  21. TA_Max_Y_Rot_Accel        deg/s^2     i.e. degrees per second squared
  22. TA_Max_Z_Rot_Speed      deg/s         i.e. degrees per second
  23. TA_Max_Z_Rot_Accel        deg/s^2     i.e. degrees per second squared
  24. TA_Max_Rotor_Pitch        max pitch angle of rotor disk in degs
  25. TA_Stabilator_Effect    correcting effect of stabilator, in degs per m/s
  26.                         (eg .1 means stabilator can correct by 10 degrees when heli is at 100 m/s,5 degrees at 50 m/s etc)
  27.  
  28. NB Useful conversion table
  29.     1 km/h    = 0.277m/s
  30.     1 m/s    = 3.6 km/h
  31.  
  32.  
  33. TA_HeliType:-
  34. Can be one of:
  35.     TA_Gunship    (can engage targets but cannot carry any troops or cargo)
  36.     TA_LightTransporter (can carry troops but cannot carry cargo or engage targets)
  37.     TA_HeavyTransporter (can carry troops or cargo but cannot engage targets)
  38.  
  39. TA_Undercarriage_Info:-
  40. How far (in metres) is the actual bottom of the heli shape from its centre of origin.
  41. Used to ensure that it sits on the group correctly.
  42. The three parameters are: distance from the ground, pitch angle (degress) amd roll angle (degrees)
  43. Each heli has two sets of these data, the first for when the undercarriage is down and the
  44. second for when the undercarriage is up.
  45.  
  46. TA_CablePointOffset:-
  47. Offset (x, y, z in metres) of the point, relative to its origin, where the cables are
  48. attached when the heli carries cargo. For non cargo carrying helis the values need to be
  49. read in but are not used.
  50.  
  51. Non KA52 Damage Data Info:-
  52. Details are (from left to right)
  53.     <Component Name>
  54.     <light damage threshold>
  55.     <moderate damage threshold>
  56.     <severe damage threshold>
  57.     <pmc threshold>
  58.     <nmc threshold>
  59.  
  60.     <Heli power at moderate damage (range 0-1)>
  61.     <Heli manoeuvrability at moderate damage (range 0-1)>
  62.     <Yaw control at moderate damage (range 0-1)>
  63.     <Heli power at severe damage (range 0-1)>
  64.     <Heli manoeuvrability at severe damage (range 0-1)>
  65.     <Yaw control at severe damage (range 0-1)>
  66.  
  67.  
  68. KA52 Damage Data Info:-
  69. Details are (from left to right)
  70.     <Component Name>
  71.  
  72.     <light damage threshold (kp)>
  73.     <moderate damage threshold (kp)>
  74.     <severe damage threshold (kp)>
  75.  
  76.     <pmc threshold (kp)>
  77.     <nmc threshold (kp)>
  78.  
  79.     <min number of crewchiefs to repair component>
  80.     <time in total man minutes to repair component from severe damage>
  81.     <min time in minutes to repair component from severe damage>
  82.  
  83.     <Heli power at moderate damage (range 0-1)>
  84.     <Heli manoeuvrability at moderate damage (range 0-1)>
  85.     <Yaw control at moderate damage (range 0-1)>
  86.     <Heli power at severe damage (range 0-1)>
  87.     <Heli manoeuvrability at severe damage (range 0-1)>
  88.     <Yaw control at severe damage (range 0-1)>
  89.  
  90.  
  91.     <Heli power at moderate damage (range 0-1)>
  92.     <Heli manoeuvrability at moderate damage (range 0-1)>
  93.     <Yaw control at moderate damage (range 0-1)>
  94.     <Heli power at severe damage (range 0-1)>
  95.     <Heli manoeuvrability at severe damage (range 0-1)>
  96.     <Yaw control at severe damage (range 0-1)>
  97.  
  98. TA_Sound:-
  99. Names of the wavs (without the extension) for the outside engine windup, running and
  100. winddown sounds for the heli type. The inside sounds for the players heli are read
  101. elsewhere (see sounds.dat). These wav files should be in the sound/fx directory.
  102.  
  103. TA_Men_Load_Unload_Info:-
  104. Used to get the men into and out of the helicopter.
  105. Example:-
  106. TA_Men_Load_Unload_Info
  107. (    0 0 0                //Offset (in m) relative to the origin of the heli where the men are created/destroyed when leaving/entering the heli
  108.     90                    //The direction (in degrees) relative to the heli forward direction which the men leave the heli
  109.     10 0 0                //Offset (in m) relative to heli where men run to before jumping into heli
  110. )
  111. Still need this data even for helis that do not pickup/deploy men (ie for gunships)
  112.  
  113. TA_Fuel            ( MaxFlyTime t_in_secs                FuelTimeLeftBeforePanic        t_in_secs            FullLoadWeight     weight_in_kg)
  114.  
  115. ASK THE ARTISTS FOR THIS INFO
  116. TA_Still_Rotor   ( Main_Rotor_Node_Name_For_StillVersion  sub_object_for_this   Second_Rotor_Node_Name_For_StillVersion  sub_object_for_this)
  117. TA_Blurred_Rotor ( As above but blurred versions)
  118.  
  119. TA_Sensor    (MMW )                    - Links to name in sensors.dat
  120. TA_CounterMeasure ( TA_Name (CHAFF 20 0.5) TA_Name (FLARES 20 0.5) )     - Name of countermeasure (CHAFF FLARES SMOKE IRJAM RADRARJAM SHTORA SMOKE)
  121.                                                                                                                                                 - Number carried             (-1 for unlimited          )
  122.                                                                                                                                                 - Probability of deployment (value = 1 for IRJAM, RADARJAM)
  123. TA_Nav_Light (rx ry rz gx gy gz cx cy cz flash freq) - Offsets of red and green navigation lights.
  124.                                         - cx cy cz is position of white anti-collision light
  125.                                         - Flash is 1 or 0
  126.                                         - Freq is flash frequency in seconds. Not required if flash = 0
  127. )
  128.  
  129. TA_Drag_Factor (10.0)
  130.  
  131. TA_Common_Category
  132. (
  133.     MI17
  134.  
  135.     TA_Flier
  136.     (
  137.         TA_Surface_Area           ( 32 40 6 )
  138.         TA_Mass                       ( 11100 )
  139.         TA_Max_Forward_Speed     ( 69 )
  140.         TA_Max_NOE_Speed          ( 25 )
  141.         TA_Max_Sideward_Speed ( 22 )
  142.         TA_Max_Backward_Speed ( 25 )
  143.         TA_Max_Ground_Accel     ( 5 )
  144.         TA_Max_Vertical_Speed    ( 6 )
  145.         TA_Max_Vertical_Accel ( 3 )
  146.         TA_Max_X_Rot_Speed        ( 90 )
  147.         TA_Max_X_Rot_Accel        ( 45 )
  148.         TA_Max_Y_Rot_Speed        ( 90 )
  149.         TA_Max_Y_Rot_Accel        ( 45 )
  150.         TA_Max_Z_Rot_Speed        ( 90 )
  151.         TA_Max_Z_Rot_Accel        ( 45 )
  152.         TA_Max_Rotor_Pitch        ( 10 )
  153.         TA_Stabilator_Effect    ( 0.36 )
  154.     )
  155.      TA_HeliType(TA_HeavyTransporter)
  156.      TA_Undercarriage_Info(
  157.                             -3.33        -3        0
  158.                             -2.8      -3        0
  159.                             TA_Undercarriage_Shapes ( )
  160.                           )
  161.      TA_CablePointOffset(0, -1.5, 1.0)
  162.  
  163.     TA_Damage
  164.     (
  165.         ROTORS                    10    15    25    23    25        0.9    0.5    0.8    0.0    0.0    0.5
  166.         ENGINES                    10    15    30    25    30        0.5    0.8    0.8    0.0    0.5    0.5
  167.         FUSELAGE                15    20    30    25    30        1.0    1.0    1.0    1.0    1.0    1.0
  168.         COCKPIT                     4     8    12    10    12        1.0    0.8    0.8    1.0    0.5    0.5
  169.         WEAPONS                     5    10    15    13    15        1.0    1.0    1.0    1.0    1.0    1.0
  170.     )
  171.  
  172.     TA_Smoke
  173.     (
  174.         LEFT_ENGINE     -1.5     0.8        0
  175.         RIGHT_ENGINE    1.5     0.8        0
  176.         FUSELAGE           0    -1.2      0
  177.         AFT_FUSELAGE     0        0         -4
  178.     )
  179.     TA_Sound(e_wup_ot e_nrm_ot e_wdw_ot e_dam_ot)
  180.   TA_Men_Load_Unload_Info(  -1.35 -2.213 1.5
  181.                                 90
  182.                                 10 0 0)
  183.     TA_Fuel ( MaxFlyTime 3600                FuelTimeLeftBeforePanic        300            FullLoadWeight     1000)
  184.     TA_Still_Rotor   ( ROTORS01     1  TAILROT           2  Y)
  185.     TA_Blurred_Rotor ( ANIMROTOR      3  ANIMTAIL          4  Y)
  186.     TA_Sensor    ( OPT )
  187.     TA_CounterMeasure ( TA_Name (FLARES 20 0.5) )
  188.     TA_Nav_Light (-1.56 -2.33 -0.28 1.56 -2.33 -0.28 0 -0.48 -6.6 1 1)
  189. )
  190. TA_Common_Category
  191. (
  192.     MI24D
  193.  
  194.     TA_Flier
  195.     (
  196.         TA_Surface_Area           ( 32 40 6 )
  197.         TA_Mass                       ( 10400 )
  198.         TA_Max_Forward_Speed     ( 86 )
  199.         TA_Max_NOE_Speed          ( 25 )
  200.         TA_Max_Sideward_Speed ( 22 )
  201.         TA_Max_Backward_Speed ( 25 )
  202.         TA_Max_Ground_Accel     ( 5 )
  203.         TA_Max_Vertical_Speed    ( 8 )
  204.         TA_Max_Vertical_Accel ( 5 )
  205.         TA_Max_X_Rot_Speed        ( 90 )
  206.         TA_Max_X_Rot_Accel        ( 45 )
  207.         TA_Max_Y_Rot_Speed        ( 90 )
  208.         TA_Max_Y_Rot_Accel        ( 45 )
  209.         TA_Max_Z_Rot_Speed        ( 90 )
  210.         TA_Max_Z_Rot_Accel        ( 45 )
  211.         TA_Max_Rotor_Pitch        ( 10 )
  212.         TA_Stabilator_Effect    ( 0.36 )
  213.     )
  214.   TA_HeliType(TA_Gunship)
  215.      TA_Undercarriage_Info(
  216.                             -2.7          0        0
  217.                             -2.03      -3        0
  218.                             TA_Undercarriage_Shapes ( 5 6 7 )
  219.                           )
  220.      TA_CablePointOffset(0, -1.5, 1.0)
  221.  
  222.     TA_Damage
  223.     (
  224.         ROTORS                    10    15    30    25    30        0.9    0.5    0.8    0.0    0.0    0.5
  225.         ENGINES                    10    15    30    25    30        0.5    0.8    0.8    0.0    0.5    0.5
  226.         FUSELAGE                15    20    30    25    30        1.0    1.0    1.0    1.0    1.0    1.0
  227.         COCKPIT                    10    15    20    16    20        1.0    0.8    0.8    1.0    0.5    0.5
  228.         WEAPONS                     9    15    17    15    17        1.0    1.0    1.0    1.0    1.0    1.0
  229.     )
  230.  
  231.     TA_Smoke
  232.     (
  233.         LEFT_ENGINE     -1.5     0.8        0
  234.         RIGHT_ENGINE    1.5     0.8        0
  235.         FUSELAGE            0    -1.2      0
  236.         AFT_FUSELAGE      0        0         -4
  237.     )
  238.     TA_Sound(e_wup_ot e_nrm_ot e_wdw_ot e_dam_ot)
  239.     TA_Men_Load_Unload_Info(    0 0 0
  240.                                 90
  241.                                 10 0 0)
  242.     TA_Fuel ( MaxFlyTime 3600                FuelTimeLeftBeforePanic        300            FullLoadWeight     1000)
  243.     TA_Still_Rotor   ( ROTORS         1  TAILROT           2        Y)
  244.     TA_Blurred_Rotor ( MAIN_ROTOR1    3  TAIL_ROTOR1    4        Y)
  245.     TA_Sensor    ( OPT )
  246.     TA_CounterMeasure ( TA_Name (FLARES 20 0.5) )
  247.     TA_Nav_Light (-3.4 -0.8 -0.5 3.4 -0.8 -0.5 0.0 2.0 -6.0 1 1)
  248. )
  249.  
  250. TA_Common_Category
  251. (
  252.     MI24V
  253.  
  254.     TA_Flier
  255.     (
  256.         TA_Surface_Area           ( 32 40 6 )
  257.         TA_Mass                       ( 10400 )
  258.         TA_Max_Forward_Speed     ( 86 )
  259.         TA_Max_NOE_Speed          ( 25 )
  260.         TA_Max_Sideward_Speed ( 22 )
  261.         TA_Max_Backward_Speed ( 25 )
  262.         TA_Max_Ground_Accel     ( 5 )
  263.         TA_Max_Vertical_Speed    ( 8 )
  264.         TA_Max_Vertical_Accel ( 5 )
  265.         TA_Max_X_Rot_Speed        ( 90 )
  266.         TA_Max_X_Rot_Accel        ( 45 )
  267.         TA_Max_Y_Rot_Speed        ( 90 )
  268.         TA_Max_Y_Rot_Accel        ( 45 )
  269.         TA_Max_Z_Rot_Speed        ( 90 )
  270.         TA_Max_Z_Rot_Accel        ( 45 )
  271.         TA_Max_Rotor_Pitch        ( 10 )
  272.         TA_Stabilator_Effect    ( 0.36 )
  273.     )
  274.   TA_HeliType(TA_Gunship)
  275.      TA_Undercarriage_Info(
  276.                             -2.7          0        0
  277.                             -2.03      -3        0
  278.                             TA_Undercarriage_Shapes ( 5 6 7 )
  279.                           )
  280.      TA_CablePointOffset(0, -1.5, 1.0)
  281.  
  282.     TA_Damage
  283.     (
  284.         ROTORS                    10    15    30    25    30        0.9    0.5    0.8    0.0    0.0    0.5
  285.         ENGINES                    10    15    30    25    30        0.5    0.8    0.8    0.0    0.5    0.5
  286.         FUSELAGE                15    20    30    25    30        1.0    1.0    1.0    1.0    1.0    1.0
  287.         COCKPIT                    10    15    20    16    20        1.0    0.8    0.8    1.0    0.5    0.5
  288.         WEAPONS                     9    15    17    15    17        1.0    1.0    1.0    1.0    1.0    1.0
  289.     )
  290.  
  291.     TA_Smoke
  292.     (
  293.         LEFT_ENGINE        -1.5    0.8        0
  294.         RIGHT_ENGINE    1.5        0.8        0
  295.         FUSELAGE        0        -1.2    0
  296.         AFT_FUSELAGE    0        0        -4
  297.     )
  298.     TA_Sound(e_wup_ot e_nrm_ot e_wdw_ot e_dam_ot)
  299.     TA_Men_Load_Unload_Info(    0 0 0
  300.                                 90
  301.                                 10 0 0)
  302.     TA_Fuel ( MaxFlyTime 3600                FuelTimeLeftBeforePanic        300            FullLoadWeight     1000)
  303.     TA_Still_Rotor   ( ROTORS         1  TAILROT           2        Y)
  304.     TA_Blurred_Rotor ( MAIN_ROTOR1    3  TAIL_ROTOR1    4        Y)
  305.     TA_Sensor    ( NVS )
  306.     TA_CounterMeasure ( TA_Name (FLARES 20 0.5) TA_Name (IRJAM -1 1.0) )
  307.     TA_Nav_Light (-3.4 -0.8 -0.5 3.4 -0.8 -0.5 0.0 2.0 -6.0 1 1)
  308. )
  309.  
  310. TA_Common_Category
  311. (
  312.     MI24P
  313.  
  314.     TA_Flier
  315.     (
  316.         TA_Surface_Area           ( 32 40 6 )
  317.         TA_Mass                       ( 10400 )
  318.         TA_Max_Forward_Speed     ( 86 )
  319.         TA_Max_NOE_Speed          ( 25 )
  320.         TA_Max_Sideward_Speed ( 22 )
  321.         TA_Max_Backward_Speed ( 25 )
  322.         TA_Max_Ground_Accel     ( 5 )
  323.         TA_Max_Vertical_Speed    ( 8 )
  324.         TA_Max_Vertical_Accel ( 5 )
  325.         TA_Max_X_Rot_Speed        ( 90 )
  326.         TA_Max_X_Rot_Accel        ( 45 )
  327.         TA_Max_Y_Rot_Speed        ( 90 )
  328.         TA_Max_Y_Rot_Accel        ( 45 )
  329.         TA_Max_Z_Rot_Speed        ( 90 )
  330.         TA_Max_Z_Rot_Accel        ( 45 )
  331.         TA_Max_Rotor_Pitch        ( 10 )
  332.         TA_Stabilator_Effect    ( 0.36 )
  333.     )
  334.   TA_HeliType(TA_Gunship)
  335.      TA_Undercarriage_Info(
  336.                             -2.7          0        0
  337.                             -2.03      -3        0
  338.                             TA_Undercarriage_Shapes ( 5 6 7 )
  339.                           )
  340.      TA_CablePointOffset(0, -1.5, 1.0)
  341.  
  342.     TA_Damage
  343.     (
  344.         ROTORS                    10    15    30    25    30        0.9    0.5    0.8    0.0    0.0    0.5
  345.         ENGINES                    10    15    30    25    30        0.5    0.8    0.8    0.0    0.5    0.5
  346.         FUSELAGE                15    20    30    25    30        1.0    1.0    1.0    1.0    1.0    1.0
  347.         COCKPIT                    10    15    20    16    20        1.0    0.8    0.8    1.0    0.5    0.5
  348.         WEAPONS                     9    15    17    15    17        1.0    1.0    1.0    1.0    1.0    1.0
  349.     )
  350.  
  351.     TA_Smoke
  352.     (
  353.         LEFT_ENGINE        -1.5    0.8        0
  354.         RIGHT_ENGINE    1.5        0.8        0
  355.         FUSELAGE        0        -1.2    0
  356.         AFT_FUSELAGE    0        0        -4
  357.     )
  358.     TA_Sound(e_wup_ot e_nrm_ot e_wdw_ot e_dam_ot)
  359.     TA_Men_Load_Unload_Info(    0 0 0
  360.                                 90
  361.                                 10 0 0)
  362.     TA_Fuel ( MaxFlyTime 3600                FuelTimeLeftBeforePanic        300            FullLoadWeight     1000)
  363.     TA_Still_Rotor   ( ROTORS         1  TAILROT           2        Y)
  364.     TA_Blurred_Rotor ( MAIN_ROTOR1    3  TAIL_ROTOR1    4        Y)
  365.     TA_Sensor    ( NVS )
  366.     TA_CounterMeasure ( TA_Name (FLARES 20 0.5) TA_Name (IRJAM -1 1.0) )
  367.     TA_Nav_Light (-3.4 -0.8 -0.5 3.4 -0.8 -0.5 0.0 2.0 -6.0 1 1)
  368. )
  369.  
  370. TA_Common_Category
  371. (
  372.     MI26
  373.  
  374.     TA_Flier
  375.     (
  376.         TA_Surface_Area           ( 32 40 6 )
  377.         TA_Mass                       ( 10400 )
  378.         TA_Max_Forward_Speed     ( 86 )
  379.         TA_Max_NOE_Speed          ( 25 )
  380.         TA_Max_Sideward_Speed ( 22 )
  381.         TA_Max_Backward_Speed ( 25 )
  382.         TA_Max_Ground_Accel     ( 5 )
  383.         TA_Max_Vertical_Speed    ( 8 )
  384.         TA_Max_Vertical_Accel ( 5 )
  385.         TA_Max_X_Rot_Speed        ( 90 )
  386.         TA_Max_X_Rot_Accel        ( 45 )
  387.         TA_Max_Y_Rot_Speed        ( 90 )
  388.         TA_Max_Y_Rot_Accel        ( 45 )
  389.         TA_Max_Z_Rot_Speed        ( 90 )
  390.         TA_Max_Z_Rot_Accel        ( 45 )
  391.         TA_Max_Rotor_Pitch        ( 10 )
  392.         TA_Stabilator_Effect    ( 0.36 )
  393.     )
  394.      TA_HeliType(TA_HeavyTransporter)
  395.      TA_Undercarriage_Info(
  396.                             -3.14        0        0
  397.                             -2.74        0        0
  398.                             TA_Undercarriage_Shapes ( )
  399.                           )
  400.      TA_CablePointOffset(0, -1.5, 1.0)
  401.  
  402.     TA_Damage
  403.     (
  404.         ROTORS                    10    15    30    23    30        0.9    0.5    0.8    0.0    0.0    0.5
  405.         ENGINES                    10    15    30    25    30        0.5    0.8    0.8    0.0    0.5    0.5
  406.         FUSELAGE                20    30    40    32    40        1.0    1.0    1.0    1.0    1.0    1.0
  407.         COCKPIT                    10    15    20    16    20        1.0    0.8    0.8    1.0    0.5    0.5
  408.         WEAPONS                     9    15    17    15    17        1.0    1.0    1.0    1.0    1.0    1.0
  409.     )
  410.  
  411.     TA_Smoke
  412.     (
  413.         LEFT_ENGINE        -1.5    0.8        0
  414.         RIGHT_ENGINE    1.5        0.8        0
  415.         FUSELAGE        0        -1.2    0
  416.         AFT_FUSELAGE    0        0        -4
  417.     )
  418.     TA_Sound(e_wup_ot e_nrm_ot e_wdw_ot e_dam_ot)
  419.   TA_Men_Load_Unload_Info(  -1.2 -2.0 1.1
  420.                                 90
  421.                                 10 0 0)
  422.     TA_Fuel ( MaxFlyTime 3600                FuelTimeLeftBeforePanic        300            FullLoadWeight     1000)
  423.   TA_Still_Rotor   ( ROTORS04     1  TAILROT       4   Y)
  424.   TA_Blurred_Rotor ( ROTORS09     2  ROTORS13      3   Y)
  425.     TA_Sensor    ( NVS )
  426.     TA_CounterMeasure ( TA_Name (FLARES 20 0.5) TA_Name (IRJAM -1 1.0) )
  427.     TA_Nav_Light (-1.3 -2.5 0 1.3 -2.5 0 0 -0.5 -6.8 1 1)
  428. )
  429.  
  430. TA_Common_Category
  431. (
  432.     MI28
  433.  
  434.     TA_Flier
  435.     (
  436.         TA_Surface_Area           ( 32 40 6 )
  437.         TA_Mass                       ( 10400 )
  438.         TA_Max_Forward_Speed     ( 86 )
  439.         TA_Max_NOE_Speed          ( 25 )
  440.         TA_Max_Sideward_Speed ( 22 )
  441.         TA_Max_Backward_Speed ( 25 )
  442.         TA_Max_Ground_Accel     ( 5 )
  443.         TA_Max_Vertical_Speed    ( 8 )
  444.         TA_Max_Vertical_Accel ( 5 )
  445.         TA_Max_X_Rot_Speed        ( 90 )
  446.         TA_Max_X_Rot_Accel        ( 45 )
  447.         TA_Max_Y_Rot_Speed        ( 90 )
  448.         TA_Max_Y_Rot_Accel        ( 45 )
  449.         TA_Max_Z_Rot_Speed        ( 90 )
  450.         TA_Max_Z_Rot_Accel        ( 45 )
  451.         TA_Max_Rotor_Pitch        ( 10 )
  452.         TA_Stabilator_Effect    ( 0.36 )
  453.     )
  454.   TA_HeliType(TA_Gunship)
  455.      TA_Undercarriage_Info(
  456.                             -3.0        -6    0
  457.                             -2.0        0        0
  458.                             TA_Undercarriage_Shapes ( )
  459.                           )
  460.      TA_CablePointOffset(0, -1.5, 1.0)
  461.  
  462.     TA_Damage
  463.     (
  464.         ROTORS                    10    15    30    25    30        0.9    0.5    0.8    0.0    0.0    0.5
  465.         ENGINES                    10    15    30    25    30        0.5    0.8    0.8    0.0    0.5    0.5
  466.         FUSELAGE                15    20    30    25    30        1.0    1.0    1.0    1.0    1.0    1.0
  467.         COCKPIT                    10    15    25    20    25        1.0    0.8    0.8    1.0    0.5    0.5
  468.         WEAPONS                     9    15    17    15    17        1.0    1.0    1.0    1.0    1.0    1.0
  469.     )
  470.  
  471.     TA_Smoke
  472.     (
  473.         LEFT_ENGINE        -1.5    0.8        0
  474.         RIGHT_ENGINE    1.5        0.8        0
  475.         FUSELAGE        0        -1.2    0
  476.         AFT_FUSELAGE    0        0        -4
  477.     )
  478.     TA_Sound(e_wup_ot e_nrm_ot e_wdw_ot e_dam_ot)
  479.     TA_Men_Load_Unload_Info(    0 0 0
  480.                                 90
  481.                                 10 0 0)
  482.     TA_Fuel ( MaxFlyTime 3600                FuelTimeLeftBeforePanic        300            FullLoadWeight     1000)
  483.     TA_Still_Rotor   ( MAIN_ROTOR   1  TAIL_ROTOR   2        Y)
  484.     TA_Blurred_Rotor ( MAIN_ROTOR1    3  TAIL_ROTOR1    4        Y)
  485.     TA_Sensor    ( MMW )
  486.     TA_CounterMeasure ( TA_Name (CHAFF 20 0.7) TA_Name (FLARES 20 0.7) TA_Name (RADARJAM -1 1.0) )
  487.     TA_Nav_Light (-3.0 2.0 0.8 3.0 2.0 0.8 0 4.67 -11.7 1 1)
  488. )
  489.  
  490. TA_Common_Category
  491. (
  492.     KA50
  493.  
  494.     TA_Flier
  495.     (
  496.         TA_Surface_Area           ( 32 40 6 )
  497.         TA_Mass                       ( 10400 )
  498.         TA_Max_Forward_Speed     ( 86 )
  499.         TA_Max_NOE_Speed          ( 25 )
  500.         TA_Max_Sideward_Speed ( 22 )
  501.         TA_Max_Backward_Speed ( 25 )
  502.         TA_Max_Ground_Accel     ( 5 )
  503.         TA_Max_Vertical_Speed    ( 8 )
  504.         TA_Max_Vertical_Accel ( 5 )
  505.         TA_Max_X_Rot_Speed        ( 90 )
  506.         TA_Max_X_Rot_Accel        ( 45 )
  507.         TA_Max_Y_Rot_Speed        ( 90 )
  508.         TA_Max_Y_Rot_Accel        ( 45 )
  509.         TA_Max_Z_Rot_Speed        ( 90 )
  510.         TA_Max_Z_Rot_Accel        ( 45 )
  511.         TA_Max_Rotor_Pitch        ( 10 )
  512.         TA_Stabilator_Effect    ( 0.36 )
  513.     )
  514.   TA_HeliType(TA_Gunship)
  515.      TA_Undercarriage_Info(
  516.               -2.36   0   0
  517.               -2.36   0   0
  518.                             TA_Undercarriage_Shapes ( 5 6 7 )
  519.                           )
  520.      TA_CablePointOffset(0, -1.5, 1.0)
  521.  
  522.     TA_Damage
  523.     (
  524.         ROTORS                    10    15    30    25    30        0.9    0.5    0.8    0.0    0.0    0.5
  525.         ENGINES                    10    15    30    25    30        0.5    0.8    0.8    0.0    0.5    0.5
  526.         FUSELAGE                15    20    30    25    30        1.0    1.0    1.0    1.0    1.0    1.0
  527.         COCKPIT                    10    15    25    20    25        1.0    0.8    0.8    1.0    0.5    0.5
  528.         WEAPONS                     9    15    17    15    17        1.0    1.0    1.0    1.0    1.0    1.0
  529.     )
  530.  
  531.     TA_Smoke
  532.     (
  533.         LEFT_ENGINE        -1.5    0.8        0
  534.         RIGHT_ENGINE    1.5        0.8        0
  535.         FUSELAGE        0        -1.2    0
  536.         AFT_FUSELAGE    0        0        -4
  537.     )
  538.     TA_Sound(e_wup_ot e_nrm_ot e_wdw_ot e_dam_ot)
  539.     TA_Men_Load_Unload_Info(    0 0 0
  540.                                 90
  541.                                 10 0 0)
  542.     TA_Fuel ( MaxFlyTime 3600                FuelTimeLeftBeforePanic        300            FullLoadWeight     1000)
  543.     TA_Still_Rotor   ( ROTORS_STOP  3  ROTORS_SBOT  4            N)
  544.     TA_Blurred_Rotor ( ROTORS_BTOP    1  ROTORS_BBOT    2            N)
  545.     TA_Sensor    (MMW )
  546.     TA_CounterMeasure ( TA_Name (CHAFF 20 0.7) TA_Name (FLARES 20 0.7) )
  547.   TA_Nav_Light (-3.5 -0.5 0 3.5 -0.5 0 0 2.17 -7.5 1 1)
  548. )
  549. TA_Common_Category
  550. (
  551.     KA52
  552.  
  553.     TA_Flier
  554.     (
  555.         TA_Surface_Area           ( 32 40 6 )
  556.         TA_Mass                       ( 10400 )
  557.         TA_Max_Forward_Speed     ( 86 )
  558.         TA_Max_NOE_Speed          ( 25 )
  559.         TA_Max_Sideward_Speed ( 22 )
  560.         TA_Max_Backward_Speed ( 25 )
  561.     TA_Max_Ground_Accel   ( 6 )
  562.     TA_Max_Vertical_Speed ( 12 )
  563.     TA_Max_Vertical_Accel ( 3 )
  564.         TA_Max_X_Rot_Speed        ( 90 )
  565.         TA_Max_X_Rot_Accel        ( 45 )
  566.     TA_Max_Y_Rot_Speed    ( 80 )
  567.     TA_Max_Y_Rot_Accel    ( 40 )
  568.         TA_Max_Z_Rot_Speed        ( 90 )
  569.         TA_Max_Z_Rot_Accel        ( 45 )
  570.         TA_Max_Rotor_Pitch        ( 10 )
  571.         TA_Stabilator_Effect    ( 0.36 )
  572.     )
  573.  
  574.      TA_HeliType(TA_Gunship)
  575.      TA_Undercarriage_Info(
  576.               -2.1    0   0
  577.               -1.234  -3    0
  578.                             TA_Undercarriage_Shapes ( )
  579.                           )
  580.  
  581.      TA_CablePointOffset(0, -1.5, 1.0)
  582.  
  583.     TA_Damage
  584.     (
  585.     ROTOR_ASSEMBLY      20  26  32    20  32    4 480   100   0.5 0.5 0.8 0.0 0.0 0.0
  586.     ROTOR1              22  28  33    20  33    2 240   30    0.5 0.5 0.8 0.0 0.0 0.0
  587.     ROTOR2              22  28  33    22  33    2 240   30    0.5 0.5 0.8 0.0 0.0 0.0
  588.     LEFT_ENGINE         16  20  30    16  30    3 240   60   0.7 0.8 1.0 0.5 0.7 1.0
  589.     RIGHT_ENGINE        16  20  30    16  30    3 240   60   0.7 0.8 1.0 0.5 0.7 1.0
  590.     NOSE_UNDERCARRIAGE  5  15  20     5  20    2 180   60   1.0 1.0 1.0 1.0 0.8 1.0
  591.     LEFT_UNDERCARRIAGE  5  15  20     5  20    2 180   60   1.0 1.0 1.0 1.0 0.8 1.0
  592.     RIGHT_UNDERCARRIAGE 5  15  20     5  20    2 180   60   1.0 1.0 1.0 1.0 0.8 1.0
  593.     LEFT_WING           15  40  55    15  55    2 180   60   1.0 0.9 1.0 1.0 0.7 1.0
  594.     RIGHT_WING          15  40  55    15  55    2 180   60   1.0 0.9 1.0 1.0 0.7 1.0
  595.     TURRET              5  8  10     5  10    2 180   60   1.0 1.0 1.0 1.0 1.0 1.0
  596.     INSTRUMENTS         15  20  35    15  35    2 120   45    1.0 1.0 1.0 1.0 1.0 1.0
  597.     HUD                 5  15  20     5  20    1 120   45    1.0 1.0 1.0 1.0 1.0 1.0
  598.     GUN                 10  20  30    10  30    3 240   60   1.0 1.0 1.0 1.0 1.0 1.0
  599.     LEFT_STABILATOR     5  15  20     5  20    2 240   60   1.0 0.9 1.0 1.0 0.8 1.0
  600.     RIGHT_STABILATOR    5  15  20     5  20    2 240   60   1.0 0.9 1.0 1.0 0.8 1.0
  601.     TAIL_FIN            5  20  50     5  50    3 180   60   1.0 0.9 0.9 1.0 0.7 0.8
  602.     AFT_FUSELAGE        5  30  50     5  50    3 240   60   1.0 0.9 1.0 1.0 0.6 0.0
  603.     NOSE                5  30  50     5  50    2 240   60   1.0 0.8 1.0 1.0 0.7 1.0
  604.     FUSELAGE            20  60  90    20  90    4 300   60   1.0 1.0 1.0 1.0 1.0 1.0
  605.     COCKPIT             5  30  50     5  50    3 240   60   1.0 1.0 1.0 1.0 1.0 1.0
  606.     RADAR               5  15  20     5  20    2 180   60   1.0 1.0 1.0 1.0 1.0 1.0
  607.     PILOT               5  10  20     5  20    0   0    0    1.0 1.0 1.0 1.0 1.0 1.0
  608.     WEAPONS_OFFICER     5  10  20     5  20    0   0    0    1.0 1.0 1.0 1.0 1.0 1.0
  609.     FUEL_SYSTEM         10  30  40    10  40    3 240  60    1.0 1.0 1.0 1.0 1.0 1.0
  610.     TRANSMISSION        10  15  20    10  20    5 540  120   0.9 0.8 0.8 0.5 0.6 0.5
  611.     HYDRAULICS          10  15  20    10  20    3 180  60    1.0 0.8 0.9 1.0 0.5 0.6
  612.     NAVIGATION          5  15  20     5  20    2 120  60    1.0 1.0 1.0 1.0 1.0 1.0
  613.     ECM_RWR             5  15  20     5  20    2 120  60    1.0 1.0 1.0 1.0 1.0 1.0
  614.     PYLON1              5   8  10    5  10    1 60   30    1.0 1.0 1.0 1.0 1.0 1.0
  615.     PYLON2              5   8  10    5  10    1 60   30    1.0 1.0 1.0 1.0 1.0 1.0
  616.     PYLON3              5   8  10    5  10    1 60   30    1.0 1.0 1.0 1.0 1.0 1.0
  617.     PYLON4              5   8  10    5  10    1 60   30    1.0 1.0 1.0 1.0 1.0 1.0
  618.     PYLON5              5   8  10    5  10    1 60   30    1.0 1.0 1.0 1.0 1.0 1.0
  619.     PYLON6              5   8  10    5  10    1 60   30    1.0 1.0 1.0 1.0 1.0 1.0
  620.     LEFT_ECM            8  12  15    5  15    1 60   30    1.0 1.0 1.0 1.0 1.0 1.0
  621.     RIGHT_ECM           8  12  15    5  15    1 60   30    1.0 1.0 1.0 1.0 1.0 1.0
  622.     )
  623.  
  624.     TA_Smoke
  625.     (
  626.     LEFT_ENGINE   -1.5  0.8   -0.8
  627.     RIGHT_ENGINE  1.5   0.8   -0.8
  628.     FUSELAGE    0   -1.2  -2.0
  629.         AFT_FUSELAGE    0        0        -4
  630.     )
  631.     TA_Sound(e_wup_ot e_nrm_ot e_wdw_ot e_dam_ot)
  632.     TA_Men_Load_Unload_Info(    0 0 0
  633.                                 90
  634.                                 10 0 0)
  635.   TA_Fuel ( MaxFlyTime 2400       FuelTimeLeftBeforePanic 240     FullLoadWeight   1000)
  636.     TA_Still_Rotor   ( ROTSTLTOP  22  ROTSTLBOT 21        N)
  637.     TA_Blurred_Rotor ( ROTORS07      20   ROTORS2  19        N)
  638.     TA_Sensor    (MMW )
  639.     TA_CounterMeasure ( TA_Name (CHAFF 20 0.7) TA_Name (FLARES 20 0.7) )
  640.     TA_Nav_Light (-3.7 -0.6 0 3.7 -0.6 0 0 2.0 -7.5 1 1)
  641. )
  642.